tqdm pandas apply in notebook

34

tqdm pandas apply in notebook -

import pandas as pd
from tqdm.notebook import tqdm
tqdm.pandas()

df['example'].progress_apply(lambda x: x**2)

Comments

Submit
0 Comments